Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Skipping flaky interactive tests 🧨 #616

Merged

Conversation

chmouel
Copy link
Member

@chmouel chmouel commented Jan 16, 2020

Skipping all flaky tests that does "interactive" testing, which hasn't been proven stable and arguably not supposed to be mixed with the unit tests.....

We should next move them to the e2e tests and have them working in a periodic job.
(When we have tekton on tekton CI)

Coverage is going to take a hit but sanity will be back.

Closes #499

@tekton-robot tekton-robot added the size/XL Denotes a PR that changes 500-999 lines, ignoring generated files. label Jan 16, 2020
@chmouel chmouel force-pushed the issue-499-flaky-unit-tests-in-ci branch from 5f3481d to 35a0456 Compare January 16, 2020 09:39
@tekton-robot tekton-robot added size/S Denotes a PR that changes 10-29 lines, ignoring generated files. and removed size/XL Denotes a PR that changes 500-999 lines, ignoring generated files. labels Jan 16, 2020
@chmouel chmouel changed the title Skipping flakey interactive tests 🧨 Skipping flaky interactive tests 🧨 Jan 16, 2020
Closes tektoncd#499

Signed-off-by: Chmouel Boudjnah <chmouel@redhat.com>
@chmouel chmouel force-pushed the issue-499-flaky-unit-tests-in-ci branch from 35a0456 to a7e164a Compare January 16, 2020 09:44
@tekton-robot tekton-robot added size/M Denotes a PR that changes 30-99 lines, ignoring generated files. and removed size/S Denotes a PR that changes 10-29 lines, ignoring generated files. labels Jan 16, 2020
@tekton-robot
Copy link
Contributor

The following is the coverage report on pkg/.
Say /test pull-tekton-cli-go-coverage to re-run this coverage report

File Old Coverage New Coverage Delta
pkg/cmd/pipeline/start.go 89.2% 70.1% -19.1
pkg/cmd/pipelineresource/create.go 78.3% 11.4% -66.9
pkg/cmd/task/logs.go 87.3% 69.0% -18.3

Copy link
Member

@vdemeester vdemeester left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@tekton-robot tekton-robot added the lgtm Indicates that a PR is ready to be merged. label Jan 17, 2020
@tekton-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: vdemeester

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@tekton-robot tekton-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jan 17, 2020
@tekton-robot tekton-robot merged commit 689dd58 into tektoncd:master Jan 17, 2020
@chmouel chmouel deleted the issue-499-flaky-unit-tests-in-ci branch June 27, 2021 05:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cla: yes lgtm Indicates that a PR is ready to be merged. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Flaky Unit Tests in CI
4 participants